home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00047.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  341 b   |  15 lines

  1. on exitFrame
  2.   global center, Hand, IQcursor
  3.   set the cursor of sprite 2 to center
  4.   set the cursor of sprite 6 to Hand
  5.   set the cursor of sprite 7 to Hand
  6.   if soundBusy(1) = 0 then
  7.     puppetSound("Techno.AIF")
  8.     updateStage()
  9.   end if
  10.   repeat with i = 30 to 38
  11.     set the cursor of sprite i to IQcursor
  12.   end repeat
  13.   go(#loop)
  14. end
  15.